home *** CD-ROM | disk | FTP | other *** search
- Path: ibm.rhrz.uni-bonn.de!UZS7FC
- From: UZS7FC@ibm.rhrz.uni-bonn.de (Michael Kuesters)
- Newsgroups: comp.lang.c++
- Subject: Help in DOS functions and in graphics
- Date: Mon, 15 Jan 96 08:08:35 MEZ
- Organization: RHRZ Uni-Bonn
- Message-ID: <1770F7283S85.UZS7FC@ibm.rhrz.uni-bonn.de>
- NNTP-Posting-Host: ibm.rhrz.uni-bonn.de
-
- Hi,
- I'm curious about a couple things in C++:
-
- 1) I.E. I want to create my own DOS-shell under C++. How do I boot and start
- EXE's from C++(i mean, from my program, of course)
-
- 2) I want to read in a directory from the HD. How do I do this (other than
- searching whether "a" ,"aa", "aaa" ... "zzzzzzzz.zzz" exists) ?
-
- 3) I wrote a graphics library for C++ (mostly using ASM), which is very fast,
- but when I include it, my program won't terminate, it will restart after
- the 'return 0' in the main program, even if I have a program like:
- initgraph() closegraph() return 0...
- Is there anyone who would help me debug this thing (should know about ASM)
-
- Well, I use the Borland 3.0 under DOS, if anyone needs the Sys_info to help me.
- Please reply by email.
-
- Mike
-